home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / share / grafik / slide.exe / DemoSlide.exe / 0 / RCDATA / TFORM5 / TFORM5.txt
Text File  |  1998-06-20  |  1KB  |  73 lines

  1. object Form5: TForm5
  2.   Left = 332
  3.   Top = 178
  4.   BorderStyle = bsDialog
  5.   Caption = 'Register'
  6.   ClientHeight = 171
  7.   ClientWidth = 239
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 2
  18.     Top = 2
  19.     Width = 235
  20.     Height = 167
  21.     BevelInner = bvLowered
  22.     BorderWidth = 3
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 34
  26.       Top = 16
  27.       Width = 31
  28.       Height = 13
  29.       Caption = 'Name:'
  30.     end
  31.     object Label2: TLabel
  32.       Left = 38
  33.       Top = 66
  34.       Width = 53
  35.       Height = 13
  36.       Caption = 'Reg. code:'
  37.     end
  38.     object Edit1: TEdit
  39.       Left = 40
  40.       Top = 35
  41.       Width = 149
  42.       Height = 21
  43.       TabOrder = 0
  44.     end
  45.     object Edit2: TEdit
  46.       Left = 40
  47.       Top = 85
  48.       Width = 149
  49.       Height = 21
  50.       MaxLength = 9
  51.       TabOrder = 1
  52.     end
  53.     object Button1: TButton
  54.       Left = 26
  55.       Top = 123
  56.       Width = 75
  57.       Height = 25
  58.       Caption = 'Register'
  59.       TabOrder = 2
  60.       OnClick = Button1Click
  61.     end
  62.     object Button2: TButton
  63.       Left = 128
  64.       Top = 123
  65.       Width = 75
  66.       Height = 25
  67.       Caption = 'Cancle'
  68.       TabOrder = 3
  69.       OnClick = Button2Click
  70.     end
  71.   end
  72. end
  73.